home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
DHA demo
/
Don Norman Folder
/
The Library
/
The Library.rsrc
/
CSTR_29563_doRTCSTR
< prev
next >
Wrap
Text File
|
1994-09-21
|
600b
|
25 lines
global RTMenu,RTIDs, gOrigCardID,gNBSN
if the mouse is down then
put stripem(RTMenu, ";^!</(", ":'.▓\{") into rtm
get popitup(rtm,1,the clickh-100,the clickv,"noSubMenus")
get item 1 of it
else
if RTMenu ¡"" then get 1
else get 0
end if
cbusy
if it>0 then
put the short id of this cd into gOrigCardID
get line it of RTIDs
set the itemdelimiter to "■"
put item 1 of it into theid
put item 2 of it into thestack
set the itemdelimiter to ","
if thestack = gNBSN then
go cd id theid of stack thestack in a new window
else
go cd id theid of stack thestack
end if
put "" into gOrigCardID
moveWindow
end if